home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Frontier 4.2.3 / Online Docs / gifs / scripteditor.gif < prev    next >
Graphics Interchange Format  |  1996-10-06  |  5KB  |  444x169  |  4-bit (13 colors)
Labels: text | screenshot | display | font | number | software | line
OCR: system.deskscripts.appsToAppleMenu Run Debug Compile local (appleFolder = file.getSpecialFolderPath ("", "Apple Menu Items", true)) fileloop (f in "", infinity) «scan over all disks, to infinite depth if file.type (f) == 'APPL' local (name = file.fileFromPath (f)) if dialog.yesNo ("Create alias of "" + name + "" in Apple Menu Items folder?") . file.new Alias (f, appleFolder + file.fileFromPath (f) + " alias") User Talk